home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / Netobj / netobj / t2.z / PictureStretchMode.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-04-29  |  263 b   |  6 lines

  1. interface PictureStretchMode {
  2.    int DRAW_NATURAL = 1;
  3.    int DRAW_STRETCHED = 2;
  4.    int DRAW_TILED = 4;
  5. }
  6.